CellProtectType Enumeration

Represents how a cell is protected.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum CellProtectType

Members

HiddenAndProtected0 Cell content is not displayed and cannot be edited. If content is a formula, the formula result is not displayed.
Protected1 Cell content can not be edited.
FormulaHidden2 If cell content is a formula, it is not displayed. It can be replaced by changing the cell content.
FormulaHiddenAndProtected3 If cell content is a formula, it is not displayed. The formula result is not displayed.
None4 None.

See Also